body{
    background-color: tan;
}
.search{
    padding-left: 500px;
    
}
.search input{
    width: 350px;
    border-radius: 50px;
    height: 28px;
    box-shadow: inset;
    padding-left: 130px;
    margin-top: 50px;
}
.link{
   margin-top: 60px; 
}
.link a{
    padding-left: 190px;
    text-decoration: none;
    margin-top: 200px;
    color: aliceblue;
    height: 70px;
    
}
.head input{
    border-radius: 7px;
    width: 200px;
    padding-left: 60px;
    height: 30px;
    
}
.head{
   background-color: white;
   width: 350px;
   padding: 30px;
   border-radius: 20px;
   margin-top: 40px;
   text-align: center;
   margin-left: 500px;
  box-shadow: 0 0 10px 5px rgb(0, 255,100,0.5);
}
.head h1{
    color: cornflowerblue;
    
}
.head button{
    width: 200px;
    height: 35px;
    border-radius: 5px;
}
.local ul {
background-color: white;
width: 250px;
height: 250px;
border-radius: 10px;
text-align: center;
}
.locals{
    background-color: white;
width: 200px;
height: 250px;
border-radius: 10px;
text-align: center;
padding-left: 100px;
}
.localsq{
     background-color: white;
width: 180px;
height: 220px;
border-radius: 10px;
text-align: center;
padding-left: 100px;
}
.localsw{
     background-color: white;
width: 330px;
height: 250px;
border-radius: 10px;
text-align: center;
margin-left: 350px;
margin-top: -870px;
}
.localse{
     background-color: white;
width: 330px;
height: 250px;
border-radius: 10px;
text-align: center;
margin-left: 350px;
margin-top: 10px;
}
@media(min-width:450px){
    .screen{
        flex: 1 1 calc(30%-1rem);
    }

    
}